home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / misc / gnuplot-doc.lha / gnuplot-3.7.1doc / demo / borders.dem < prev    next >
Encoding:
Text File  |  1998-04-15  |  142 b   |  8 lines

  1. set nogrid
  2. set xlab "Demonstration of different borders"
  3. bb=0
  4. set border bb
  5. set xrang [0:15]
  6. plot x,bb title "border value"
  7. load "reread.bor"
  8.